Bind 'imenu' to 'M-g i' globally
authorSean Whitton <spwhitton@spwhitton.name>
Thu, 14 Apr 2022 14:12:41 +0000 (07:12 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Thu, 21 Apr 2022 18:57:01 +0000 (11:57 -0700)
commitad89ec84ee20a027e36922c187ad9f2dcb93bcaf
tree277a36305a982631cbcdbaeec371f002bff2e70b
parent783dd6da31e3f0387e110972c0b9fe1f5acc4bba
Bind 'imenu' to 'M-g i' globally

Another candidate was 'M-s i'.  Discussion on emacs-devel has led me
to conclude that most people will find 'M-g i' more intuitive and thus
easier to memorize.

* lisp/bindings.el (goto-map): Bind 'imenu' to 'M-g i' globally.
* etc/NEWS: Document the change.
* doc/emacs/programs.texi (Imenu):
* lisp/progmodes/cperl-mode.el: Replace 'M-x imenu' with 'M-g i'.
doc/emacs/programs.texi
etc/NEWS
lisp/bindings.el
lisp/progmodes/cperl-mode.el